home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / echo311.zip / CTLFILES.ZIP / DOORDRIV.CTL next >
Text File  |  1992-03-18  |  6KB  |  159 lines

  1. ;Door Driver Control file
  2. ;-----------------
  3. ;
  4. ;Sysopfirst: Specifies the first name of the sysop as it will be shown to
  5. ;            the users.
  6. ;
  7. SYSOPFIRST Robert
  8. ;
  9. ;
  10. ;SysopLast:  Specifies the last name of the sysop as it will be shown to
  11. ;            the users.
  12. ;
  13. SYSOPLAST McCullough
  14. ;
  15. ;
  16. ;BBSName:    Specifies the name of the bbs as it will be shown to users.
  17. ;
  18. BBSNAME The WorkBench BBS
  19. ;
  20. ;
  21. ;BBSPath:    Specifies the path where the bbs door files are located.  If
  22. ;            omitted, the door control files are assumed to be in the cur-
  23. ;            rent directory.
  24. ;
  25. ;BBSPATH C:\RBBS
  26. ;
  27. ;
  28. ;BBSType:    Specifies the type of bbs software under which this door program
  29. ;            will be run. Valid bbs types include:
  30. ;
  31. ;                     RBBS - Rbbs-Pc version 16.1+ (uses DORINFOx.DEF)
  32. ;                    QUICK - Quickbbs; Uses DORINFO1.DEF
  33. ;                       RA - Remote Access; Uses DORINFOx.DEF
  34. ;                    PCB12 - PcBoard version 12 (see docs)
  35. ;                    PCB14 - PcBoard version 14
  36. ;                     WWIV - WWIV bbs; Uses CHAIN.TXT
  37. ;                  PHOENIX - Phoenix bbs; Uses INFO.BBS
  38. ;                  WILDCAT - Wildcat! bbs (<3.0); Uses CALLINFO.BBS
  39. ;                  OPUS17x - Opus 1.7x (the x must be lower case)
  40. ;                       GT - GT PowerCom; Uses GTUSER.BBS
  41. ;                  GENESIS - Genesis Deluxe BBS; Uses CALLINFO.BBS
  42. ;                      GAP - Gap BBS; Uses DOOR.SYS
  43. ;                    WC3.0 - Wildcat! BBS 3.0; Uses DOOR.SYS
  44. ;                   LINE-A - command line operation (see documentation)
  45. ;                   LINE-B - command line operation (see documentation)
  46. ;
  47. ;       ::::------- Put your bbs type here! Select from those listed above
  48. ;       ::::
  49. ;       \/\/
  50. BBSTYPE RBBS
  51. ;
  52. ;
  53. ;ComPort:    For bbs types that do not have the com-port contained in their
  54. ;            door information files (such as PCBOARD-12), you will have to
  55. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  56. ;            not the whole word COM1.
  57. ;
  58. ;                   If you are using a bbs type that doesn't provide the com
  59. ;        ::-------- port num in it's door information file (such as pcb-12),
  60. ;        \/         then uncomment this line and put your com port here.
  61. ;COMPORT 1
  62. ;
  63. ;
  64. ;Baud:       This parameter is for boards that run a LOCKED port.  The locked
  65. ;            speed should be specified using this parameter.
  66. ;
  67. ;BAUD 9600
  68. ;
  69. ;
  70. ;Mono:       Will disable color on the local side. (Necessary if you are
  71. ;            running a monochrome system)
  72. ;
  73. ;                   Uncomment this line if you are running a monochrome
  74. ;  ::-------------- system on the local side.
  75. ;  \/
  76. ;MONO
  77. ;
  78. ;
  79. ;Quiet:      If specified, the door will strip out all ^G characters from
  80. ;            the local side.
  81. ;QUIET
  82. ;
  83. ;
  84. ;Status:     Specify "ON" if you wish the status line to appear at the bottom
  85. ;            of "OFF" if you wish it to be disabled.
  86. ;
  87. STATUS ON
  88. ;
  89. ;
  90. ;Statfore:   The foreground color of the status line (default 0)
  91. ;
  92. STATFORE 0
  93. ;
  94. ;
  95. ;Statback:   The background color of the status line (default 7)
  96. ;
  97. STATBACK 7
  98. ;
  99. ;
  100. ;Foreground: Specifies default foreground color (default 7)
  101. ;
  102. FOREGROUND 7
  103. ;
  104. ;
  105. ;Background: Specifies default background color (default 0);
  106. ;
  107. BACKGROUND 0
  108. ;
  109. ;
  110. ;Color1:     Tells doordriver to select ANSI graphics when a "1" is passed
  111. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  112. ;            understand, FORCE and QUICKBBS require this option set although
  113. ;            RBBS should not.
  114. ;
  115. ;COLOR1
  116. ;
  117. ;
  118. ;43Line:     The 43LINE option will instruct doordriver to load in the EGA
  119. ;            43-line mode. (You MUST have an EGA adapted for this option). The
  120. ;            enhanced screen allows the local sysop to see much more infor-
  121. ;            mation on the screen.
  122. ;43LINE
  123. ;
  124. ;
  125. ;25Exit:     The 25EXIT option will tell DoorDriver to switch back to the 25
  126. ;            line mode when doordriver is completed. This option is only
  127. ;            useful when the above 43LINE option is used. If 25EXIT is not
  128. ;            specified and 43LINE is, then doordriver will exit to DOS in
  129. ;            the 43-line mode.
  130. ;25EXIT
  131. ;
  132. ;
  133. ;ReMapFore:  The REMAPFORE parameter allows you to "remap" doordrivers color.
  134. ;            This allows you to substitue in one color for another (i.e.
  135. ;            you could substitute in GREEN for all instances of BLUE). The
  136. ;            REMAPFORE parameter effects only the FOREGROUND color. The
  137. ;            REMAPBACK command below handles the background colors. When a
  138. ;            color is substituted, it effects both the LOCAL user and the
  139. ;            REMOTE user. REMAPFORE's syntax is below:
  140. ;
  141. ;                       Syntax:  REMAPFORE <color1> <color2>
  142. ;                      Example:  REMAPFORE 14 15
  143. ;
  144. ;            The <color> parameters are numeric codes for colors which are
  145. ;            listed on a table below. The example will substitue white
  146. ;            (color 15) in for yellow (color 14)
  147. ;
  148. ;                0 - Black   4 - Red       8 - DarkGray    12 - Lightred
  149. ;                1 - Blue    5 - Magenta   9 - LightBlue   13 - LightMagenta
  150. ;                2 - Green   6 - Brown    10 - LightGreen  14 - Yellow
  151. ;                3 - Cyan    7 - LgtGray  11 - LightCyan   15 - White
  152. ;
  153. ;RemapBack:  The Remapback command is similar to the remapfore command, but
  154. ;            it effects background colors instead of foreground colors. The
  155. ;            syntax is identical except that only colors 0-7 are available
  156. ;            for background.
  157. ;
  158. ;-----------------------------------------------------------------------------
  159.